projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4793c36
)
(c-offsets-alist): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:48:02 +0000
(08:48 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:48:02 +0000
(08:48 +0000)
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index 50b09160ee3cba76a6619e4ca156d24158e866f7..f698065e24db8ad3f2440229cb28282ceb6d8911 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-987,7
+987,7
@@
If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a
positive or negative multiple of `c-basic-offset' is added; 1, -1, 2,
-2, 0.5, and -0.5, respectively.
-If OFFSET is a vector, it
'
s first element, which must be an integer,
+If OFFSET is a vector, its first element, which must be an integer,
is used as an absolute indentation column. This overrides all
relative offsets. If there are several syntactic elements which
evaluates to absolute indentation columns, the first one takes